home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / PInterfaces / CMComponent.p < prev    next >
Encoding:
Text File  |  1998-08-17  |  1.1 KB  |  55 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        CMComponent.p
  3.  
  4.      Contains:    ColorSync CMM Component API
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1993-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. }
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT CMComponent;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __CMCOMPONENT__}
  27. {$SETC __CMCOMPONENT__ := 1}
  28.  
  29. {$I+}
  30. {$SETC CMComponentIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33.     This file has been included to allow older source code 
  34.     to #include <CMComponent.h>.  Please update your source
  35.     code to directly #include <CMMComponent.h>
  36.       and             #include <CMPRComponent.h>
  37.  
  38. }
  39. { #include the two ColorSync 2.0 files equivalent to the v. 1.0 file }
  40. {$IFC UNDEFINED __CMMCOMPONENT__}
  41. {$I CMMComponent.p}
  42. {$ENDC}
  43. {$IFC UNDEFINED __CMPRCOMPONENT__}
  44. {$I CMPRComponent.p}
  45. {$ENDC}
  46.  
  47. {$SETC UsingIncludes := CMComponentIncludes}
  48.  
  49. {$ENDC} {__CMCOMPONENT__}
  50.  
  51. {$IFC NOT UsingIncludes}
  52.  END.
  53. {$ENDC}
  54.